turn off selected msvc warnings for c compiler.
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 29 Dec 2020 20:31:54 +0000 (13:31 -0700)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 29 Dec 2020 20:31:54 +0000 (13:31 -0700)
GPSBabel.pro

index 2b351ba24c708dd0c7aaef8b0947e5f50d1cb06f..f6ef73746a4164b16fc62834b7df5ad1a24461e6 100644 (file)
@@ -243,6 +243,7 @@ win32 {
 
 win32-msvc* {
   DEFINES += _CRT_SECURE_NO_DEPRECATE
+  QMAKE_CFLAGS += /MP -wd4100 -wd4267
   QMAKE_CXXFLAGS += /MP -wd4100 -wd4267
 }